From: Richard M. Stallman Date: Sat, 10 Feb 1996 05:14:34 +0000 (+0000) Subject: Make sure `facemenu-unlisted-faces' is bound. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~84535 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=36d57fa96f052a2f00a5be749a9dd3a6e3bfdc27;p=emacs.git Make sure `facemenu-unlisted-faces' is bound. --- diff --git a/lisp/ediff-init.el b/lisp/ediff-init.el index aa0e408afcc..95eccc5c83b 100644 --- a/lisp/ediff-init.el +++ b/lisp/ediff-init.el @@ -814,7 +814,10 @@ you are such a person.") ediff-odd-diff-face-Ancestor)) (copy-face 'secondary-selection face)))) )) - + +(or (boundp 'facemenu-unlisted-faces) + (setq facemenu-unlisted-faces nil)) + (add-to-list 'facemenu-unlisted-faces 'ediff-current-diff-face-A) (defvar ediff-current-diff-face-A (if (ediff-window-display-p)